home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / wildhearts_stage_dive.swf / scripts / DefineButton2_209 / BUTTONCONDACTION on(release).as
Text File  |  2011-08-19  |  365b  |  14 lines

  1. on(release){
  2.    var game = _parent.game;
  3.    var gui = _parent.gui;
  4.    delete game.curPlayer;
  5.    gui.p1r1.text = "1. - - : -  -";
  6.    gui.p1r2.text = "2. - - : -  -";
  7.    gui.p1r3.text = "3. - - : -  -";
  8.    gui.p2r1.text = "1. - - : -  -";
  9.    gui.p2r2.text = "2. - - : -  -";
  10.    gui.p2r3.text = "3. - - : -  -";
  11.    game.gotoAndPlay("start");
  12.    play();
  13. }
  14.